remove some of the million includes.
authorMichael Natterer <mitch@imendio.com>
Wed, 2 Jul 2008 10:14:45 +0000 (10:14 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Wed, 2 Jul 2008 10:14:45 +0000 (10:14 +0000)
2008-07-02  Michael Natterer  <mitch@imendio.com>

* gtk/gtkfilechooserdefault.c: remove some of the million includes.

svn path=/trunk/; revision=20732

ChangeLog
gtk/gtkfilechooserdefault.c

index f858c3c5eea658ac02640e1ec668927d044a9950..cc3feb34e1d069943ef7ac43f99430aa95f9cbb7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-02  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkfilechooserdefault.c: remove some of the million includes.
+
 2008-07-02  Kristian Rietveld  <kris@imendio.com>
 
        * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init):
index 08c0c2f9e2b5f1f298850c268aa14dc07183d009..ce575eae6c4ad063354c0c4f53804c727a39f6d4 100644 (file)
  */
 
 #include "config.h"
+
 #include "gdk/gdkkeysyms.h"
 #include "gtkalignment.h"
 #include "gtkbindings.h"
-#include "gtkbutton.h"
 #include "gtkcelllayout.h"
 #include "gtkcellrendererpixbuf.h"
 #include "gtkcellrenderertext.h"
@@ -31,7 +31,6 @@
 #include "gtkclipboard.h"
 #include "gtkcombobox.h"
 #include "gtkentry.h"
-#include "gtkeventbox.h"
 #include "gtkexpander.h"
 #include "gtkfilechooserprivate.h"
 #include "gtkfilechooserdefault.h"
 #include "gtkicontheme.h"
 #include "gtkimage.h"
 #include "gtkimagemenuitem.h"
-#include "gtkintl.h"
 #include "gtklabel.h"
 #include "gtkmarshalers.h"
-#include "gtkmenuitem.h"
 #include "gtkmessagedialog.h"
 #include "gtkmountoperation.h"
 #include "gtkpathbar.h"
@@ -69,8 +66,8 @@
 #include "gtktreednd.h"
 #include "gtktreeprivate.h"
 #include "gtktreeselection.h"
-#include "gtktypebuiltins.h"
 #include "gtkvbox.h"
+#include "gtkintl.h"
 
 #include "gtkalias.h"